/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
@import url('base.css');

/*if you just want to adjust the size of the stage and the thumbnails, you can do so by editing the following lines: */
.pika-thumbs li{
	width: 90px;
	height:55px;
}
.pikachoose{
	width:850px;
	position:absolute;
}
#pikame{width: 150px; }
.pika-thumbs {
	width:200px;
	position:absolute;
	top: 10px;
	right: 10px;
}
.pika-thumbs li { margin: 5px 5px;}

/* jCarousel Styles */
/*if you're not using the carousel you can delete everything below this */
/*posizone dei thumbs dal lato sinistro*/
.jcarousel-skin-pika{
	position:absolute;
	top:0px;
	left:625px;
}
.jcarousel-skin-pika .jcarousel-container-vertical {
	width: 125px;
	height: 500px;
	overflow:hidden;
	
}
/*.jcarousel-skin-pika .jcarousel-clip-vertical {
	width:  125px;
	height: 230px;
}*/
.jcarousel-skin-pika .jcarousel-item-vertical {margin-top: 5px;}

